put

function put(key: K, value: V)

Associate the specified value with the specified key in this map.

Since

0.6.0

Parameters

key

the key to associate with the specified value

value

the value to associate with the specified key